|
|
|
|
FocusHighlightStyleEnum Enumeration |
Defines the appearance of the focus rectangle on the active tab.
Syntax FocusHighlightStyleEnum Enumeration (Softelvdm.SftTabsNET)
VB |
Public Enum FocusHighlightStyleEnum |
C# |
public enum FocusHighlightStyleEnum |
C++ |
public enum class FocusHighlightStyleEnum |
Member |
Value |
Description |
None | 0 | No focus rectangle is visible, even when the control has the input focus. |
Complete | 1 | The entire inside area of the tab is highlighted using a focus rectangle, when the control has the input focus. |
Tight | 2 | The tab displays the smallest possible focus rectangle that contains all parts, when the control has the input focus. |
Loose | 3 | The tab displays the smallest possible focus rectangle (in width) that contains all parts, when the control has the input focus. The focus rectangle height is as large as possible. |
TightTextOnly | 4 | The tab displays the smallest possible focus rectangle that contains all text parts (TextPartClass), when the control has the input focus. |
LooseTextOnly | 5 | The tab displays the smallest possible focus rectangle (in width) that contains all text parts (TextPartClass), when the control has the input focus. The focus rectangle height is as large as possible. |
Comments
The FocusHighlightStyleEnum enumeration defines the appearance of the focus rectangle on the active tab.